C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class / MoveRange Method
The starting index where the items to be moved are.
The index where the items will be moved.
The number of items to move.

In This Topic
MoveRange Method (C1DynamicList<T>)
In This Topic
Moves the number of items specified by count from oldIndex to newIndex.
Syntax
'Declaration
 
Public Sub MoveRange( _
   ByVal oldIndex As Integer, _
   ByVal newIndex As Integer, _
   ByVal count As Integer _
) 
 

Parameters

oldIndex
The starting index where the items to be moved are.
newIndex
The index where the items will be moved.
count
The number of items to move.
See Also